") feedbackwindow.document.write("") feedbackwindow.document.write("") feedbackwindow.document.write("") feedbackwindow.document.write("
") feedbackwindow.document.write("

You chose: " + answernumber + "

") if (answernumber == correctanswer) { feedbackwindow.document.write("

Well done. This is the correct answer.

") } else { feedbackwindow.document.write("

This is wrong.

") } feedbackwindow.document.write("" + explanation[answernumber] + "") feedbackwindow.document.write("
") feedbackwindow.document.write('
') feedbackwindow.document.write("
") feedbackwindow.document.write( ") feedbackwindow.document.write("



") feedbackwindow.document.close() } // ANSWERS // First define the number of answers. explanation = new MakeArray(5) // Then provide some feedback for each answer, right or wrong. explanation[1] = "This is incorrect because it is only the date which should be included in brackets when an author is referred to directly." explanation[2] = "This is incorrect because only the surname should be included. Initials or christian names should not be added." explanation[3] = "Well done. This is the correct answer." explanation[4] = "This is incorrect because the year should have been placed in brackets." // Finally indicate which is the correct answer. var correctanswer = 3

Which of the following is correct?

This structure was described by (Jonathan 1996).

This structure was described by Jonathan E (1996).

This structure was described by Jonathan (1996).

This structure was described by Jonathan 1996.